home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
COMSRVR.PAK
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1997-05-06
|
505b
|
17 lines
#-----------------------------------------------------------------------------
# ObjectComponents
# Copyright (c) 1996, 1996 by Borland International, All Rights Reserved
#
# $Revision: 2.1 $
#
# Makefile to build a DLL with custom COM interfaces and a simple
# application which uses the interfaces
#-----------------------------------------------------------------------------
SYSTEMS=WIN16 WIN32
MODELS= fdl
DLL = comsrvr
EXERES = usecom
!include $(BCEXAMPLEDIR)\ocfmake.gen